home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000265_news@columbia.edu_Fri Apr 28 05:58:58 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA08397
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 28 Apr 1995 15:44:51 -0400
  3. Received: by apakabar.cc.columbia.edu id AA15479
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 28 Apr 1995 15:44:49 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!swrinde!gatech!newsjunkie.ans.net!news-m01.ny.us.ibm.net!news
  6. From: lennart@ibm.net
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Using Kermit as an DLL
  9. Date: 28 Apr 1995 05:58:58 GMT
  10. Lines: 7
  11. Message-Id: <3nq072$1dl3@news-s01.ny.us.ibm.net>
  12. Reply-To: lennart@ibm.net
  13. Nntp-Posting-Host: slip137-1.pt.uk.ibm.net
  14. X-Newsreader: IBM NewsReader/2 v1.09
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. I'm developing an application that is doing som file transfer in the background
  18. and I'm today using the Kermit protocol for this.
  19.  
  20. The 'problem' is that I would like to use Kermit as ordinary function calls
  21. using DLL's instead of starting it as an .exe file!
  22.  
  23. Is this possible???